1 namespace QuanLyNhanSu
2 {
3     
partial class frmDMDanToc
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmDMDanToc));
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.dgv_DMDanToc = new Telerik.WinControls.UI.RadGridView();
34             
this.txttendantoc = new System.Windows.Forms.TextBox();
35             
this.label2 = new System.Windows.Forms.Label();
36             
this.txtmadantoc = new System.Windows.Forms.TextBox();
37             
this.label3 = new System.Windows.Forms.Label();
38             
this.grpbox = new System.Windows.Forms.GroupBox();
39             
this.cmdluu = new System.Windows.Forms.Button();
40             
this.cmdthoat = new System.Windows.Forms.Button();
41             
this.cmdthem = new System.Windows.Forms.Button();
42             
this.cmdCapnhat = new System.Windows.Forms.Button();
43             
this.cmdxoa = new System.Windows.Forms.Button();
44             
this.panel1.SuspendLayout();
45             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMDanToc)).BeginInit();
46             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMDanToc.MasterGridViewTemplate)).BeginInit();
47             
this.grpbox.SuspendLayout();
48             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
49             
this.SuspendLayout();
50             
//
51             
// panel1
52             
//
53             
this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None;
54             
this.panel1.BackColor = System.Drawing.Color.Transparent;
55             
this.panel1.Controls.Add(this.dgv_DMDanToc);
56             
this.panel1.Controls.Add(this.txttendantoc);
57             
this.panel1.Controls.Add(this.label2);
58             
this.panel1.Controls.Add(this.txtmadantoc);
59             
this.panel1.Controls.Add(this.label3);
60             
this.panel1.Location = new System.Drawing.Point(12, 12);
61             
this.panel1.Name = "panel1";
62             
this.panel1.Size = new System.Drawing.Size(316, 237);
63             
this.panel1.TabIndex = 4;
64             
//
65             
// dgv_DMDanToc
66             
//
67             
this.dgv_DMDanToc.Location = new System.Drawing.Point(14, 78);
68             
//
69             
//
70             
//
71             
this.dgv_DMDanToc.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
72             
this.dgv_DMDanToc.MasterGridViewTemplate.EnableGrouping = false;
73             
this.dgv_DMDanToc.Name = "dgv_DMDanToc";
74             
this.dgv_DMDanToc.ReadOnly = true;
75             
this.dgv_DMDanToc.Size = new System.Drawing.Size(291, 150);
76             
this.dgv_DMDanToc.TabIndex = 3;
77             
//
78             
// txttendantoc
79             
//
80             
this.txttendantoc.BackColor = System.Drawing.SystemColors.ControlLightLight;
81             
this.txttendantoc.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.txttendantoc.Location = new System.Drawing.Point(94, 48);
83             
this.txttendantoc.MaxLength = 50;
84             
this.txttendantoc.Name = "txttendantoc";
85             
this.txttendantoc.ReadOnly = true;
86             
this.txttendantoc.Size = new System.Drawing.Size(199, 22);
87             
this.txttendantoc.TabIndex = 2;
88             
this.txttendantoc.Tag = "";
89             
//
90             
// label2
91             
//
92             
this.label2.AutoSize = true;
93             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
94             
this.label2.Location = new System.Drawing.Point(11, 52);
95             
this.label2.Name = "label2";
96             
this.label2.Size = new System.Drawing.Size(76, 15);
97             
this.label2.TabIndex = 14;
98             
this.label2.Text = "Tên Dân Tộc";
99             
//
100             
// txtmadantoc
101             
//
102             
this.txtmadantoc.BackColor = System.Drawing.SystemColors.ControlLightLight;
103             
this.txtmadantoc.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104             
this.txtmadantoc.Location = new System.Drawing.Point(94, 17);
105             
this.txtmadantoc.MaxLength = 8;
106             
this.txtmadantoc.Name = "txtmadantoc";
107             
this.txtmadantoc.ReadOnly = true;
108             
this.txtmadantoc.Size = new System.Drawing.Size(199, 22);
109             
this.txtmadantoc.TabIndex = 1;
110             
this.txtmadantoc.Tag = "";
111             
this.txtmadantoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtmadantoc_KeyPress);
112             
//
113             
// label3
114             
//
115             
this.label3.AutoSize = true;
116             
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117             
this.label3.Location = new System.Drawing.Point(11, 21);
118             
this.label3.Name = "label3";
119             
this.label3.Size = new System.Drawing.Size(72, 15);
120             
this.label3.TabIndex = 12;
121             
this.label3.Text = "Mã Dân Tộc";
122             
//
123             
// grpbox
124             
//
125             
this.grpbox.BackColor = System.Drawing.Color.Transparent;
126             
this.grpbox.Controls.Add(this.cmdluu);
127             
this.grpbox.Controls.Add(this.cmdthoat);
128             
this.grpbox.Controls.Add(this.cmdthem);
129             
this.grpbox.Controls.Add(this.cmdCapnhat);
130             
this.grpbox.Controls.Add(this.cmdxoa);
131             
this.grpbox.Location = new System.Drawing.Point(334, 8);
132             
this.grpbox.Name = "grpbox";
133             
this.grpbox.Size = new System.Drawing.Size(87, 237);
134             
this.grpbox.TabIndex = 12;
135             
this.grpbox.TabStop = false;
136             
//
137             
// cmdluu
138             
//
139             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
140             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
141             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
142             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
143             
this.cmdluu.Location = new System.Drawing.Point(8, 147);
144             
this.cmdluu.Name = "cmdluu";
145             
this.cmdluu.Size = new System.Drawing.Size(73, 30);
146             
this.cmdluu.TabIndex = 7;
147             
this.cmdluu.Text = "Lưu";
148             
this.cmdluu.UseVisualStyleBackColor = true;
149             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click_1);
150             
//
151             
// cmdthoat
152             
//
153             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
154             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
155             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
156             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
157             
this.cmdthoat.Location = new System.Drawing.Point(8, 191);
158             
this.cmdthoat.Name = "cmdthoat";
159             
this.cmdthoat.Size = new System.Drawing.Size(73, 30);
160             
this.cmdthoat.TabIndex = 8;
161             
this.cmdthoat.Text = "Thoát";
162             
this.cmdthoat.UseVisualStyleBackColor = true;
163             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click_1);
164             
//
165             
// cmdthem
166             
//
167             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
168             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
169             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
170             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
171             
this.cmdthem.Location = new System.Drawing.Point(7, 15);
172             
this.cmdthem.Name = "cmdthem";
173             
this.cmdthem.Size = new System.Drawing.Size(73, 30);
174             
this.cmdthem.TabIndex = 4;
175             
this.cmdthem.Text = "Thêm";
176             
this.cmdthem.UseVisualStyleBackColor = true;
177             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click_1);
178             
//
179             
// cmdCapnhat
180             
//
181             
this.cmdCapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
182             
this.cmdCapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
183             
this.cmdCapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdCapnhat.Image")));
184             
this.cmdCapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
185             
this.cmdCapnhat.Location = new System.Drawing.Point(8, 59);
186             
this.cmdCapnhat.Name = "cmdCapnhat";
187             
this.cmdCapnhat.Size = new System.Drawing.Size(73, 30);
188             
this.cmdCapnhat.TabIndex = 5;
189             
this.cmdCapnhat.Text = "sửa";
190             
this.cmdCapnhat.UseVisualStyleBackColor = true;
191             
this.cmdCapnhat.Click += new System.EventHandler(this.cmdCapnhat_Click_1);
192             
//
193             
// cmdxoa
194             
//
195             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
196             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
197             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
198             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
199             
this.cmdxoa.Location = new System.Drawing.Point(8, 103);
200             
this.cmdxoa.Name = "cmdxoa";
201             
this.cmdxoa.Size = new System.Drawing.Size(73, 30);
202             
this.cmdxoa.TabIndex = 6;
203             
this.cmdxoa.Text = "Xóa";
204             
this.cmdxoa.UseVisualStyleBackColor = true;
205             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click_1);
206             
//
207             
// frmDMDanToc
208             
//
209             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
210             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
211             
this.BackColor = System.Drawing.Color.Honeydew;
212             
this.ClientSize = new System.Drawing.Size(436, 252);
213             
this.Controls.Add(this.grpbox);
214             
this.Controls.Add(this.panel1);
215             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
216             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
217             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
218             
this.MaximizeBox = false;
219             
this.MinimizeBox = false;
220             
this.Name = "frmDMDanToc";
221             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
222             
this.Text = "Danh Mục Dân Tộc";
223             
this.ThemeName = "ControlDefault";
224             
this.Load += new System.EventHandler(this.frmDMDanToc_Load);
225             
this.panel1.ResumeLayout(false);
226             
this.panel1.PerformLayout();
227             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMDanToc.MasterGridViewTemplate)).EndInit();
228             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMDanToc)).EndInit();
229             
this.grpbox.ResumeLayout(false);
230             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
231             
this.ResumeLayout(false);
232
233         }
234
235         
#endregion
236
237         
private System.Windows.Forms.Panel panel1;
238         
private System.Windows.Forms.GroupBox grpbox;
239         
private System.Windows.Forms.TextBox txttendantoc;
240         
private System.Windows.Forms.Label label2;
241         
private System.Windows.Forms.TextBox txtmadantoc;
242         
private System.Windows.Forms.Label label3;
243         
private System.Windows.Forms.Button cmdluu;
244         
private System.Windows.Forms.Button cmdthoat;
245         
private System.Windows.Forms.Button cmdthem;
246         
private System.Windows.Forms.Button cmdCapnhat;
247         
private System.Windows.Forms.Button cmdxoa;
248         
private Telerik.WinControls.UI.RadGridView dgv_DMDanToc;
249
250     }
251 }



Quản lý nhân sự công ty bằng c# _ full source code 60.431 lượt xem

Gõ tìm kiếm nhanh...